home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-04-25 | 831 b | 21 lines | [TEXT/MPS ] |
- # IDEs (like MetroWerks CodeWarrior and Symantec PM) can do most of the work
- # by themselves. This script will do the part of the build which has to be
- # MPW/TS-hosted (currently this is only SOM for CW, SOM and FR for Symantec)
- #
- # The "parameters" are REQUIRED!
- # {0} {Suite} {Extension}
-
- Directory "{ODF}SLPPCRelease:"
- FWBuild -{1} "{ODF}ODFLibrary:ODFLibrary.{2}"
- FWBuild -{1} "{ODF}Found:FWRefCnt:ODFRefCnt.{2}"
- FWBuild -{1} "{ODF}Found:FWStream:ODFObjReg.{2}"
- FWBuild -{1} "{ODF}Found:FWString:ODFString.{2}"
- FWBuild -{1} "{ODF}OS:FWFiles:FWFiles.{2}"
- FWBuild -{1} "{ODF}OS:FWResour:FWResour.{2}"
- FWBuild -{1} "{ODF}OS:FWODMisc:FWODMisc.{2}"
- FWBuild -{1} "{ODF}OS:FWToolbx:FWToolbx.{2}"
- FWBuild -{1} "{ODF}OS:FWGraphx:FWGraphx.{2}"
- FWBuild -{1} "{ODF}OS:FWMenu:FWMenu.{2}"
- FWBuild -{1} "{ODF}Framewrk:FWSemEvt:FWSemEvt.{2}"
-
-